home *** CD-ROM | disk | FTP | other *** search
/ Deutsche Edition 1 / Deutsche Edition 1.iso / bavarian / 011-020 / 014_anwendungen_3 / 3 malprogramme / deluxe-draw / deluxedraw.doc < prev    next >
Text File  |  1993-11-04  |  5KB  |  98 lines

  1. DE-LUXE-DRAW
  2.  
  3.  
  4. DeluxeDraw is a drawing program with many features found
  5. only in more expensive drawing programs.  It saves 
  6. pictures or brushes in the format used by BASIC for BOBs and VSprites.  
  7. One of the advantages of this program over other drawing programs is its 
  8. ability to choose high or low resolution.  You may choose the number of bit 
  9. planes, thus controlling the total number of colors available.
  10. It is written in AmigaBasic and requires 512K bytes of memory.
  11.  
  12. Deluxe Draw demonstrates many advanced uses of Amiga Basic, including 
  13. using functions from the Amiga operating system libraries.
  14.  
  15. Here is a a short description of the program's modes, and an explanation of 
  16. the icons on the screen.
  17.  
  18. The number of available drawing colors is controlled by the number of
  19. bit planes selected when the program starts.  Enter 5 for 32 colors, 
  20. 4 for sixteen colors, 3 for eight colors, or 2 for four colors.
  21.  
  22. The leftmost column of 4, 8, 16, or 32 boxes is used to select the current 
  23. foreground and background colors.  The foreground color is surrounded by a 
  24. white highlight, the background color is the previous foreground color.
  25. The foreground/background color pair are displayed in the 
  26. lowest box in the second column.
  27.  
  28. The rightmost column is used to select the drawing styles and to 
  29. toggle options on or off.  Each selected style or option is 
  30. surrounded by a white highlight box.  To select an option, click once on the 
  31. that box.
  32.  
  33. The first four boxes, with trapezoids inside, are different brush widths, 
  34. from a single-pixel fine brush to a fat eight-pixel-wide brush.
  35.  
  36. The fifth box, with a brush icon inside, is used to select a custom brush. 
  37. This selection lets you frame an area of your picture and use that area as a
  38. brush.  Move the mouse to the upper-left-hand corner of the area for the new 
  39. brush, and click and hold the left mouse button.  Move the mouse to the 
  40. lower-right-hand corner, and release the button.  If a brush has been 
  41. selected, click this box again to discard the brush, and to select another.
  42.  
  43. The sixth box has an icon of rays radiating from a point.  It is used to draw 
  44. multiple lines.  Select a center point for the lines with the mouse by 
  45. clicking once in a spot in the drawing area.  Lines are drawn from the point 
  46. where the mouse button is first pressed to the current mouse position as long 
  47. as the button is held down.
  48.  
  49. The seventh icon is a tipped-over paint can.  This selection is used to flood 
  50. fill an area with the current foreground color.  The area to be filled is 
  51. that area with all adjacent pixels that have the same color as the one where 
  52. the mouse button was clicked.  Note that this function uses the Amiga
  53. graphics library "Flood" call, instead of the corresponding Amiga Basic
  54. function.  The Amiga graphics function operates as one would expect -
  55. a marked area is filled with a color.
  56.  
  57. The eighth selection is for sizable circles.  A circle outline is 
  58. rubber-banded between the center where the button is first pressed.  When the 
  59. button is released, a circle is drawn at that size and location.  Its radius 
  60. is the distance between that center and the current mouse position.
  61.  
  62. The ninth box has rectangle inside.  This is the sizable rectangle selection.  
  63. A rectangle is rubber banded between the point where the button is first 
  64. pressed and the point where you let up on the button.  The rectangle is then 
  65. drawn in the current foreground color.
  66.  
  67. The tenth icon with a single line is the line selection icon.  It draws a 
  68. line between the point where the mouse button is first pressed and the point 
  69. where it is released.
  70.  
  71. The eleventh box has a 'T' inside. This denotes the text selection. Simply 
  72. click the mouse button where text is to be printed, and type the text at the 
  73. keyboard.  Note that the text will be printed with the current foreground and 
  74. background colors.
  75.  
  76. The twelfth box which has three horizontal bars in it denotes the red, green, 
  77. and blue sliders.  Click this box to adjust the currently selected drawing 
  78. color.  A window with three sliders will appear.  These sliders are used to 
  79. precisely select the amount of red, green, and blue in the current foreground 
  80. color.
  81.  
  82. The thirteenth box, with a checkerboard pattern inside, is used to toggle 
  83. between checker-fill and solid modes.  This controls whether 
  84. flood fill,  lines, rays, and the various width brushes paint in 
  85. solids or checks.
  86.  
  87. The fourteenth box with multiple vertical stripes of color is used to turn on 
  88. or off the color cycle mode.  The colors between the foreground and 
  89. background color are rotated in a cyclical manner.
  90.  
  91. The fifteenth and last selectable box selects cycle draw.  When this is 
  92. turned on the current foreground color is rotated through the colors between 
  93. the foreground and background colors displayed in the last 
  94. box.
  95.  
  96. ========================================================================
  97.  
  98.